SG Window Window Object
GetDC Method

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Returns a handle to a display device context for the client area of the attached window.

Syntax

object.GetDC

Part Description
object The object is expression that evaluates to Window object
Remarks

When you are finished with device context returned form GetDC, you must call the ReleaseDC function to release the device context.